ServiceAddNewTelUriContactToGroup Method |
Adds the new tel URI contact to group.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic PersonaInfoResponse AddNewTelUriContactToGroup(
ItemId groupId,
string telUriAddress,
string imTelephoneNumber,
string imContactSipUriAddress
)
Public Function AddNewTelUriContactToGroup (
groupId As ItemId,
telUriAddress As String,
imTelephoneNumber As String,
imContactSipUriAddress As String
) As PersonaInfoResponse
Parameters
- groupId
- Type: Independentsoft.ExchangeItemId
The group identifier. - telUriAddress
- Type: SystemString
The tel URI address. - imTelephoneNumber
- Type: SystemString
The im telephone number. - imContactSipUriAddress
- Type: SystemString
The im contact sip URI address.
Return Value
Type:
PersonaInfoResponsePersonaInfoResponse.
See Also